Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 3.78 KB

ni-parallel-ioctl_internal_get_parallel_port_info.md

File metadata and controls

107 lines (69 loc) · 3.78 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NI:parallel.IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO
IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO (parallel.h)
The IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO request returns information about a parallel port.
parports\ioctl_internal_get_parallel_port_info.htm
parports
02/15/2018
IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO IOCTL
IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO, IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO control code [Parallel Ports], cisspd_c38efa0a-2f2b-481d-82e2-911a152430fd.xml, parallel/IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO, parports.ioctl_internal_get_parallel_port_info
parallel.h
Parallel.h
Windows
Windows
RILGBATOKEN, *LPRILGBATOKEN
IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO
parallel/IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO
APIRef
kbSyntax
HeaderDef
parallel.h
IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO

IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO IOCTL

Major Code:

IRP_MJ_DEVICE_CONTROL

-description

The IOCTL_INTERNAL_GET_PARALLEL_PORT_INFO request returns information about a parallel port. The information specifies the resources assigned to the parallel port, the capabilities of the port, and pointers to parallel port callback routines.

For more information, see Obtaining Information About a ParallelPort.

-ioctlparameters

-ioctl-major-code

IRP_MJ_INTERNAL_DEVICE_CONTROL

-input-buffer

A PARALLEL_PNP_INFORMATION structure.

-input-buffer-length

The Parameters.DeviceIoControl.OutputBufferLength member is set to the size, in bytes, of a PARALLEL_PORT_INFORMATION structure.

-output-buffer

The AssociatedIrp.SystemBuffer member points to a PARALLEL_PNP_INFORMATION structure that the client allocates to output the parallel port information.

-output-buffer-length

The size of a PARALLEL_PNP_INFORMATION structure.

-in-out-buffer

-inout-buffer-length

-status-block

If this request succeeds, the Information member is set to the size, in bytes, of a PARALLEL_PNP_INFORMATION structure. Otherwise, the Information member is set to zero.

The Status member is set to one of the generic status values returned by internal device control requests for parallel ports or to the following value:

STATUS_BUFFER_TOO_SMALL

The value of the Parameters.DeviceIoControl.OutputBufferLength member is less than the size, in bytes, of a PARALLEL_PORT_INFORMATION structure.

-see-also

PARALLEL_PORT_INFORMATION

IOCTL_INTERNAL_GET_MORE_PARALLEL_PORT_INFO

IOCTL_INTERNAL_GET_PARALLEL_PNP_INFO